You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removed import-map.json and updated dependencies
Removed the import-map.json file, moved all imports to deno.jsonc, and updated package dependencies accordingly.
Added new lint script and fixed bugs
Introduced a new lint script for src/scripts and fixed some bugs with the repair command.
Refactored code and hooks
Renamed 'chuzzle' function, moved various hooks into 'tea', and replaced logger with a useLogger() hook. Improved error handling and suggestions for missing package errors.
Removed unused components
Removed init.ts, README.md, several files in the prefab folder, and various unused TypeScript components.
Updated tests and bug fixes
Updated test suites to use tea instead of deno, fixed typos, and fixed a bug in the intersection of ranges.
Changes unknown
when pulling 3e984b4 on libtea
into ** on main**.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
still a draft as logging was adapted for libtea to an interface that we still need to implement here